projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65a0c81
)
Add fullscreen_hook.
author
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 10 Nov 2006 07:49:11 +0000
(07:49 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 10 Nov 2006 07:49:11 +0000
(07:49 +0000)
src/termhooks.h
patch
|
blob
|
history
diff --git
a/src/termhooks.h
b/src/termhooks.h
index de43d580c9b639bf88b514f72af44e7b89893f1e..2b9e947996ef6627bd7a3cab088a6456390859ae 100644
(file)
--- a/
src/termhooks.h
+++ b/
src/termhooks.h
@@
-120,6
+120,11
@@
extern void (*frame_rehighlight_hook) P_ ((struct frame *));
windows. */
extern void (*frame_raise_lower_hook) P_ ((struct frame *f, int raise));
+/* If the value of the frame parameter changed, whis hook is called.
+ For example, if going from fullscreen to not fullscreen this hook
+ may do something OS dependent, like extended window manager hints on X11. */
+extern void (*fullscreen_hook) P_ ((struct frame *f));
+
\f
/* Scroll bar hooks. */